|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.IdentifierDescriptor
public final class IdentifierDescriptor
An object that describes an identifier of a service.
| Constructor Summary | |
|---|---|
IdentifierDescriptor(java.lang.String name,
java.lang.String[] qualifiers)
Creates a new FieldDescriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this identifier. |
java.lang.String |
getQualifier(int index)
Returns the qualifier at the specified index. |
int |
getQualifierCount()
Returns the number of qualifiers declared on this identifier. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentifierDescriptor(java.lang.String name,
java.lang.String[] qualifiers)
throws java.lang.IllegalArgumentException,
java.lang.NullPointerException
name - The name of this identifier.qualifiers - The type of this identifier.initialValue - The initial value of this field when an object is
created.
java.lang.IllegalArgumentException - If the supplied name is empty.
java.lang.IllegalArgumentException - If the same qualifier is listed more than
once in the supplied qualifier array.
java.lang.NullPointerException - If the supplied name is null.
java.lang.NullPointerException - If the supplied qualifier array or any of its
elements are null.| Method Detail |
|---|
public java.lang.String getName()
public int getQualifierCount()
public java.lang.String getQualifier(int index)
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException - If the supplied index is less than zero
or greater than or equal to this identifier's qualifier count.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||